home *** CD-ROM | disk | FTP | other *** search
- property ancestor
- global theTour
- global firsttime
-
- on Birth me, thePageChannels, theName, thePageInfo
- set the ancestor of me to Birth( script "Master Page Template", thePageChannels, theName, thePageInfo, true, true )
-
- set FirstTimeLaunchSinceInstallation to GetPreference( #FirstTime, 0 )
- if FirstTimeLaunchSinceInstallation = true then
- SetPreference( #FirstTime, 0 )
- end if
-
- if firsttime = true then
- sound fadeOut 2, 120
- QueueCommand( [[ #StartFirstTour ]] )
- end if
-
- Show me
- return me
- end
-
-
- on Leave me
- Leave the ancestor of me
- end
-